home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 52
/
Aminet 52 (2002)(GTI - Schatztruhe)[!][Dec 2002].iso
/
Aminet
/
util
/
libs
/
ttengine.lha
/
ttengine-4.1
/
Developer
/
include
/
proto
/
ttengine.h
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
2002-09-29
|
389 b
|
22 lines
#ifndef _PROTO_TTENGINE_H
#define _PROTO_TTENGINE_H
#ifndef EXEC_TYPES_H
#include <exec/types.h>
#endif
#ifndef CLIB_TTENGINE_PROTOS_H
#include <clib/ttengine_protos.h>
#endif
#ifndef __NOLIBBASE__
extern struct Library *TTEngineBase;
#endif
#ifdef __GNUC__
#include <inline/ttengine.h>
#elif !defined(__VBCC__)
#include <pragma/ttengine_lib.h>
#endif
#endif /* _PROTO_TTENGINE_H */